Projects

Object-Oriented Animal Behavior Simulation

Object-Oriented Design
Java Programming
Simulation

May 2022

Terminal screenshot

Description

An animal life simulation project that models the behavior of rabbits and foxes in a grassland environment. The simulation included:

  • Animal interactions: Rabbits flee from foxes if they have enough energy, and young foxes depend on their mothers until adulthood.
  • Design patterns: Utilized Singleton to manage the world’s unique instance, Strategy for animal-specific behaviors, and State for internal animal states.
  • Dynamic world: Represented as a matrix of meadows, updated daily with new resources and animal actions.
  • Class diagram: Designed using StarUML to represent relationships between key entities such as World, Meadow, Animal, Rabbit, and Fox.
  • Graphical interface: Real-time visualization of animal movements and grassland updates.

The project includes multiple simulation scenarios, demonstrating diverse behavioral patterns in a stable environment.

Technology used

  • Java
  • StarUML